home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / logrotate.d / ppp < prev    next >
Text File  |  2009-02-20  |  94b  |  10 lines

  1. /var/log/ppp-connect-errors {
  2.     weekly
  3.     rotate 4
  4.     missingok
  5.     notifempty
  6.     compress
  7.     nocreate
  8. }
  9.  
  10.